testing.testContext.match (field)

7 uses

	testing (current package)
		fuzz.go#L294: 			f.testContext.match.clearSubNames()
		fuzz.go#L400: 			if _, ok, _ := f.testContext.match.fullName(nil, name); ok {
		fuzz.go#L491: 		testName, matched, _ := tctx.match.fullName(nil, ft.Name)
		fuzz.go#L556: 		name, ok, _ := tctx.match.fullName(nil, fuzzTests[i].Name)
		testing.go#L1455: 	testName, ok, _ := t.context.match.fullName(&t.common, name)
		testing.go#L1507: 	match    *matcher
		testing.go#L1534: 		match:         m,